home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with n = 2 to 25
- set the visible of sprite n to 1
- end repeat
- if field "Sound_Flg" = "OFF" then
- set the visible of sprite 24 to 1
- set the visible of sprite 25 to 0
- else
- set the visible of sprite 24 to 0
- set the visible of sprite 25 to 1
- end if
- sound_play("MENU.AIF")
- updateStage()
- end
-